home *** CD-ROM | disk | FTP | other *** search
/ Programming Microsoft Visual Basic .NET / Programming Microsoft Visual Basic .NET (Microsoft Press)(X08-78517)(2002).bin / 24 aspnet applications / aspnetapplications / employees.xml < prev    next >
Encoding:
Extensible Markup Language  |  2002-02-26  |  2.0 KB  |  70 lines

  1. ∩╗┐<?xml version="1.0" encoding="utf-8" standalone="yes"?>
  2. <!--Data converted from employees.dat file-->
  3. <Employees>
  4.   <Employee id="1">
  5.     <firstName>Nancy</firstName>
  6.     <lastName>Davolio</lastName>
  7.     <birthDate>12/8/1948</birthDate>
  8.     <address>507 - 20th Ave. E.
  9. Apt. 2A</address>
  10.     <city>Seattle</city> 
  11.   </Employee> 
  12.   <Employee id="2">
  13.     <firstName>Andrew</firstName>
  14.     <lastName>Fuller</lastName>
  15.     <birthDate>2/19/1952</birthDate>
  16.     <address>908 W. Capital Way</address>
  17.     <city>Tacoma</city>
  18.   </Employee>
  19.   <Employee id="3">
  20.     <firstName>Janet</firstName>
  21.     <lastName>Leverling</lastName>
  22.     <birthDate>8/30/1963</birthDate>
  23.     <address>722 Moss Bay Blvd.</address>
  24.     <city>Kirkland</city>
  25.   </Employee>
  26.   <Employee id="4">
  27.     <firstName>Margaret</firstName>
  28.     <lastName>Peacock</lastName>
  29.     <birthDate>9/19/1937</birthDate>
  30.     <address>4110 Old Redmond Rd.</address>
  31.     <city>Redmond</city>
  32.   </Employee>
  33.   <Employee id="5">
  34.     <firstName>Steven</firstName>
  35.     <lastName>Buchanan</lastName>
  36.     <birthDate>3/4/1955</birthDate>
  37.     <address>14 Garrett Hill</address>
  38.     <city>London</city>
  39.   </Employee>
  40.   <Employee id="6">
  41.     <firstName>Michael</firstName>
  42.     <lastName>Suyama</lastName>
  43.     <birthDate>7/2/1963</birthDate>
  44.     <address>Coventry House
  45. Miner Rd.</address>
  46.     <city>London</city>
  47.   </Employee>
  48.   <Employee id="7">
  49.     <firstName>Robert</firstName>
  50.     <lastName>King</lastName>
  51.     <birthDate>5/29/1960</birthDate>
  52.     <address>Edgeham Hollow
  53. Winchester Way</address>
  54.     <city>London</city>
  55.   </Employee>
  56.   <Employee id="8">
  57.     <firstName>Laura</firstName>
  58.     <lastName>Callahan</lastName>
  59.     <birthDate>1/9/1958</birthDate>
  60.     <address>4726 - 11th Ave. N.E.</address>
  61.     <city>Seattle</city>
  62.   </Employee>
  63.   <Employee id="9">
  64.     <firstName>Anne</firstName>
  65.     <lastName>Dodsworth</lastName>
  66.     <birthDate>1/27/1966</birthDate>
  67.     <address>7 Houndstooth Rd.</address>
  68.     <city>London</city>
  69.   </Employee>
  70. </Employees>